home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global blackedout
- if blackedout <> 1 then
- if the machineType <> 256 then
- initRearWindow()
- coverDesktop(black)
- set blackedout to 1
- end if
- end if
- set errormesage to "Switch your monitor to 256 colours for optimal playback."
- if the colorDepth <> 8 then
- alert(errormesage)
- end if
- end
-